Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim trailing white space throughout the project #71

Merged
merged 1 commit into from
Nov 7, 2018
Merged

Trim trailing white space throughout the project #71

merged 1 commit into from
Nov 7, 2018

Conversation

jdufresne
Copy link
Contributor

Many editors clean up trailing white space on save. By removing it all
in one go, it helps keep future diffs cleaner by avoiding spurious white
space changes on unrelated lines.

@SethMMorton
Copy link
Owner

Looks like merging some of the other PRs created a conflict here. Can you rebase?

Many editors clean up trailing white space on save. By removing it all
in one go, it helps keep future diffs cleaner by avoiding spurious white
space changes on unrelated lines.
@codecov
Copy link

codecov bot commented Nov 7, 2018

Codecov Report

Merging #71 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #71   +/-   ##
=======================================
  Coverage   99.49%   99.49%           
=======================================
  Files          12       12           
  Lines         592      592           
=======================================
  Hits          589      589           
  Misses          3        3

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 68e39a9...9931dba. Read the comment docs.

@jdufresne
Copy link
Contributor Author

rebased 🙂

@SethMMorton SethMMorton merged commit c1b72d8 into SethMMorton:master Nov 7, 2018
@jdufresne jdufresne deleted the ws branch November 7, 2018 15:50
@SethMMorton SethMMorton added this to the Version 5.5.0 milestone Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants